home *** CD-ROM | disk | FTP | other *** search
- *** ../dist/supfilesrv.c Thu Dec 16 07:29:56 1993
- --- supfilesrv.c Thu Dec 16 13:36:45 1993
- ***************
- *** 1140,1147 ****
- if ((t->Tmode&S_IFMT) == S_IFDIR) /* send no directories this pass */
- return (SCMOK);
- x = msgsend ();
- ! if (x != SCMOK) goaway ("Error reading receive file request from clien
- ! t");
- upgradeT = t; /* upgrade file pointer */
- fd = -1; /* no open file */
- if ((t->Tmode&S_IFMT) == S_IFREG) {
- --- 1140,1146 ----
- if ((t->Tmode&S_IFMT) == S_IFDIR) /* send no directories this pass */
- return (SCMOK);
- x = msgsend ();
- ! if (x != SCMOK) goaway ("Error reading receive file request from client");
- upgradeT = t; /* upgrade file pointer */
- fd = -1; /* no open file */
- if ((t->Tmode&S_IFMT) == S_IFREG) {
-